body{
background-color: black;
}
.h1{
	color: White;
	text-align: center;
}
.h1:hover {
	background-image: eyes.jpg;
}

.foto {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}
.foto:hover {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
.foto {
width:600px;
height:300px;
overflow:hidden;
margin-left: 300px;
margin-top: 150px;
}
